Vcenter EvcModes Source

Vcenter EvcModes Source
Vcenter EvcModes Source

Vcenter EvcModes Source are the objects used as input in the creation of custom Vcenter EvcMode EvcMode objects.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "service_locator": {
        "instance_uuid": "string",
        "url": "string",
        "credential": {
            "type": "string",
            "username_password": {
                "user_name": "string",
                "password": "string"
            },
            "saml_token": "string"
        },
        "ssl_thumbprint": "string",
        "ssl_certificate": "string"
    },
    "clusters": [
        "string"
    ],
    "hosts": [
        "string"
    ]
}
service_locator
Optional

The vCenter Server location from which the objects are referenced.

This property was added in vSphere API 9.0.0.0.

If missing or null, the current vCenter server will be used.

array of string
clusters
Optional

The clusters to be used as reference objects.

This property was added in vSphere API 9.0.0.0.

If missing or null, then no clusters are used for computing the custom EVC mode. At least ne of clusters or hosts must be specified.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: ClusterComputeResource.

array of string
hosts
Optional

The hosts to be used as reference objects.

This property was added in vSphere API 9.0.0.0.

If missing or null, then no hosts are used for computing the the custom EVC mode. At least one of clusters or hosts must be specified.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: HostSystem. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: HostSystem.